home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: example_protos.h 1.0 (25.06.2000)
- **
- ** prototypes for example.library
- */
-
- #ifndef CLIB_EXAMPLE_PROTOS_H
- #define CLIB_EXAMPLE_PROTOS_H
-
- #ifndef LIBRARIES_EXAMPLE_H
- #include <libraries/example.h>
- #endif
-
- LONG ex_TestRequest(STRPTR title, STRPTR body, STRPTR gadgets);
-
- LONG ex_TestRequest2(STRPTR title, STRPTR format, STRPTR gadgets, ...);
- LONG ex_TestRequest2A(STRPTR title, STRPTR format, STRPTR gadgets, APTR data);
-
- #endif /* CLIB_EXAMPLE_PROTOS_H */
-